From: Juanma Barranquero Date: Sun, 19 Nov 2006 23:42:37 +0000 (+0000) Subject: (posn-image): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31997 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0c3f75f6c822bbd1f3e2411afe5e3cbea1706ed4;p=emacs.git (posn-image): Fix typo in docstring. --- diff --git a/lisp/subr.el b/lisp/subr.el index 87ba9d5833e..5f9f84eb61c 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -877,7 +877,7 @@ and `event-end' functions." (defsubst posn-image (position) "Return the image object of POSITION. -Value is an list (image ...), or nil if not an image. +Value is a list (image ...), or nil if not an image. POSITION should be a list of the form returned by the `event-start' and `event-end' functions." (nth 7 position))